home *** CD-ROM | disk | FTP | other *** search
- #ifndef MF3D_RESOLUTION_H
- #define MF3D_RESOLUTION_H
- /*==============================================================================
- *
- * File: MFRSLNTN.H
- *
- * Function: Interface file for MFRSLNTN.C.
- *
- * Author(s): Rick Wong (RWW), Duet Development Corp.
- *
- * Copyright: (c) 1995 by Apple Computer, Inc., all rights reserved.
- *
- * Change History (most recent first):
- * Fabio Changed file name to 8 characters
- * F2N_RWW File created.
- *==============================================================================
- */
- #if defined(__COMPILING_ON_MACINTOSH__)
- #pragma once
- #endif
-
- #include "MFTYPES.H"
- #include "MFINTOBJ.H"
-
- MF3DErr
- MF3D_PushResolution(
- MF3D_FilePtr ioMF3DFilePtr, /* In: MF3D file structure */
- MF3DReferenceObjPtr inMF3DRefObjPtr, /* In: reference object */
- MF3DStorageObjPtr inExternalFilePtr); /* In: external storage object */
-
- MF3DErr
- MF3D_PopResolution(
- MF3D_FilePtr inMF3DFilePtr);
-
- #endif
-